home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / qwhite.zip / VCPI.TEC < prev    next >
Text File  |  1992-03-09  |  3KB  |  56 lines

  1. ID:VC VCPI DOS Extenders
  2. Quarterdeck Technical Note #103
  3. by Daniel Travison
  4.  
  5.      The VCPI, Virtual Control Program Interface, specification was developed 
  6. to allow multiple protected mode control programs to coexist and interact 
  7. within a single 80386(486) system.  The specification consists of two parts:  
  8. a VCPI server and several VCPI clients.  The VCPI clients request memory and 
  9. mode switching services from the VCPI server.
  10.      In a DESQview 386 system, the VCPI server is implemented within QEMM-386 
  11. while the DOS Extended applications become VCPI clients. When the DOS Extended 
  12. application requires memory services it calls upon the VCPI server to perform 
  13. them.  When QEMM-386 is not present, the DOS Extender performs the services 
  14. for itself.
  15.      The end result is that DESQview is able to run a mix of real mode and DOS 
  16. Extended (protected mode) applications concurrently on an 80386/486.
  17.      80286 systems may run multiple 286 DOS Extended applications only if the 
  18. DOS Extenders utilize XMS services.  286 DOS Extended applications may also be 
  19. run with QEMM-386 as the VCPI Server on 80386/486 systems.
  20.      There are several DOS Extenders on the market.  The following is a list 
  21. of the companies that I am aware of that produce DOS Extenders for sale.  
  22. There may be other companies currently shipping, or are planning to ship, DOS 
  23. Extender tools.
  24.  
  25. Company            286 DOS Extenders         386 DOS Extenders
  26. Name            (16-bit protected mode)   (32-bit protected mode)
  27.  
  28. Ergo Computing, Inc.    OS286                      OS386
  29. One Intercontinental Way
  30. Peabody, MA 01960
  31. Corp: 508 535-7510
  32. Sales: 800 633-1925
  33. Fax: 508 535-7512
  34.  
  35. Phar Lap                                      386 DOS Extender 60
  36. Aberdeen Avenue
  37. Cambridge, MA 02138
  38. 617-661-1510
  39.  
  40. Rational Systems, Inc.   D16M
  41. 220 North Main Street
  42. Natick, MA 01760
  43. 508-653-6006
  44.  
  45. Phar Lap Notes:
  46.  
  47.   The A20 must be enabled at all times.  Run the program inside DESQview using 
  48. XDV.COM or ensure that QEMM is ON.  An XMS driver (QEXT.SYS or HIMEM.SYS) or 
  49. VDISK will accomplish the same purpose.
  50.  
  51.   ************************************************************************
  52.   *This technical note may be copied and distributed freely as long as it*
  53.   *is distributed in its entirety and it is not distributed for profit.  *
  54.   *         Copyright (C) 1990-2 by Quarterdeck Office Systems           *
  55.   ************************ E N D   O F   F I L E *************************
  56.